home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / lagoonquest.swf / scripts / DefineButton2_506 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  211b  |  8 lines

  1. on(release){
  2.    dolphinGame.soundWasMute = false;
  3.    dolphinGame.ambient.soundVol.setVolume(100);
  4.    dolphinGame.music.soundVol.setVolume(50);
  5.    dolphinGame.fx.soundVol.setVolume(100);
  6.    prevFrame();
  7. }
  8.